minor correction to resample doc.
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 24 Nov 2021 19:11:15 +0000 (11:11 -0800)
committertsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 24 Nov 2021 19:11:15 +0000 (11:11 -0800)
xmldoc/filters/resample.xml

index bc2368211d0db8d65f32b8e1c786c37a870839f7..b5869724d2757fcc0b7e0858aad5f6f0c060cc80 100644 (file)
@@ -13,7 +13,7 @@ This examples doubles the sample rate.  The data is filtered after interpolation
 <example id="example_resample_filter_decimate">
 <title>Decimation with the resampling filter</title>
 <para>
-This examples reduces the sample rate by a factor of 4.  The data if filtered before decimation regardless of the order of the options.
+This examples reduces the sample rate by a factor of 4.  The data is filtered before decimation regardless of the order of the options.
 </para>
 <para><userinput>gpsbabel -t -i unicsv -f data.csv -x resample,average=4,decimate=2 -o unicsv,utc=0 -F slow.csv</userinput></para>
 </example>